home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / pear / docs / SQLite / .tmpTODO < prev   
Text File  |  2004-03-24  |  805b  |  23 lines

  1. - Transparent binary encoding of return values from PHP callback functions.
  2.  
  3. - Add user-space callback for the authorizer function (this is potentially
  4.   very slow, so it needs to be implemented carefully).
  5.  
  6. - Add user-space callback to handle busy databases.
  7.  
  8. - Test-suite
  9.  
  10.   o Test how robust we are when a user-space function is registered as
  11.     a callback for a persistent connection in script A, then script B is
  12.     called that doesn't register the callback but does make use of the
  13.     function in an SQL query.
  14.     --> Our test suite doesn't allow us to test persistent connections
  15.         at this time :/
  16.  
  17. - If building a ZTS build, -DTHREADSAFE while compiling libsqlite
  18.  
  19. - If building a non-debug build, -DNDEBUG will disable the expensive
  20.   asserts in the inner loop. (and double performance)
  21.  
  22. vim:tw=78
  23.